Description |
---|
Excerpt |
---|
Sets or returns the maximum number of columns to import from the data source. |
Signature | C# | C# | |
---|---|---|---|
Wiki Markup | |||
{description}
{excerpt}Sets or returns the maximum number of columns to import from the data source.{excerpt}
{signature:C#}
public int MaxColumns{ get; set; }
| |||
Signature | |||
{signature}{signature:vb.net | vb.net | }
Public Property MaxColumns() As Integer
| |
Example | |||
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vb.net | title |