Exemple #1
0
 public static MetadataRowSetNames GetInstance(IMetadataRowSetNames src)
 {
     return(default(MetadataRowSetNames));
 }
 /// <summary>
 ///     Gets the <see cref="IIRowSet" /> with the specified name.
 /// </summary>
 /// <param name="name">The name.</param>
 /// <returns>IIRowSet.</returns>
 /// <exception cref="DynCon.OSI.Core.Helpers.ToBeImplementedException"></exception>
 IIRowSet IIMetadataRowSets.this[IMetadataRowSetNames name] {
     get { throw new ToBeImplementedException(); }
 }