Exemplo n.º 1
0
 internal void SetTypeAndClear(string name, Type newType)
 {
     Name       = name;
     Type       = newType;
     MetaData   = default(C);
     Expression = null;
     Array.Clear(_Rows, 0, _Rows.Length);
 }
Exemplo n.º 2
0
 internal void ResetTypeOnly(Type newType)
 {
     Type       = newType;
     Expression = null;
 }