MetadataBuilder.GetRowCounts Metodo

Definizione

Restituisce il numero corrente di elementi in ogni tabella.

public:
 System::Collections::Immutable::ImmutableArray<int> GetRowCounts();
public System.Collections.Immutable.ImmutableArray<int> GetRowCounts ();
member this.GetRowCounts : unit -> System.Collections.Immutable.ImmutableArray<int>
Public Function GetRowCounts () As ImmutableArray(Of Integer)

Restituisce

Matrice di dimensioni TableCount, con ogni elemento riempito con il numero di righe corrente della tabella corrispondente.

Si applica a